|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectj3deditor.bin.hierarchy.util.HierarchyEvent
public class HierarchyEvent
Event generated by a component that has manipulated the scene hierarchy.
HierarchyEventListener| Field Summary | |
|---|---|
static int |
BRANCHGROUP_DETACH
the BranchGroup object has been detached from a virtual universe. |
static int |
CAMERA_TRANSFORMATION
the camera has been transformed. |
static int |
OBJECT_ADDITION
new hierarchy node has been added. |
static int |
OBJECT_ALTERATION
the object has been altered. |
static int |
OBJECT_REMOVAL
a hierarchy node has been removed from scene. |
static int |
OBJECT_SELECTION
a hierarchy node has been selected. |
static int |
OBJECT_TRANSFORMATION
an object has been transformed. |
| Constructor Summary | |
|---|---|
HierarchyEvent(java.lang.Object source,
int type)
Creates an instance of EditorEvent
with the given source and type. |
|
| Method Summary | |
|---|---|
int |
getEventType()
Returns the type of this event. |
java.lang.Object |
getSource()
Returns the sender of this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int OBJECT_ADDITION
public static final int OBJECT_SELECTION
public static final int OBJECT_REMOVAL
public static final int OBJECT_TRANSFORMATION
public static final int CAMERA_TRANSFORMATION
public static final int BRANCHGROUP_DETACH
BranchGroup object has been detached from a virtual universe.
public static final int OBJECT_ALTERATION
| Constructor Detail |
|---|
public HierarchyEvent(java.lang.Object source,
int type)
EditorEvent
with the given source and type.
source - source of this eventtype - the type of this event| Method Detail |
|---|
public java.lang.Object getSource()
public int getEventType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||